-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to parcel v2 and node 14 support #397
Conversation
Codecov Report
@@ Coverage Diff @@
## master #397 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 39 39
Lines 1695 1691 -4
Branches 284 285 +1
=========================================
- Hits 1695 1691 -4
Continue to review full report at Codecov.
|
linked this PR to Then ran a first e2e test using node 12 (which still should be supported):
Anyone else can reproduce ? EDIT more test data:
|
Yeah i can reproduce this. I see linking issues. This should work fine in a normal install but i am trying to fix this for testing. |
Tested again with new changes, |
Description
This is a breaking change.
For old apps with our default react UI,
"plugins": ["@babel/plugin-transform-react-jsx"]
should be added to.babelrc
file.Also, need to npm install
@babel/plugin-transform-react-jsx
.Todo
Workaround for parcel bug Parcel 2: distDir is ignored, output is always in dist parcel-bundler/parcel#5791Move the parcel specific code toaio-lib-web
so we don't need to have Parcel as a dependency hereRelated Issue
Motivation and Context
How Has This Been Tested?
<style> </style>Screenshots (if appropriate):
Types of changes
Checklist: